home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE07
/
HTMLVIEW
/
HTMLVIEW.ZIP
/
DEMOSRC.ZIP
/
HTMLDEMO.DPR
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-09-19
|
247 b
|
15 lines
program Htmldemo;
uses
Forms,
Demounit in 'DEMOUNIT.PAS' {Form1},
Fontdlg in 'FONTDLG.PAS' {FontForm},
Htmlabt in 'HTMLABT.PAS' {AboutBox};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.